powered by
zmq.strerror(errno) zmq.version()
zmq.version()
zmq.strerror()
zmq.version() print current ZeroMQ version.
Programming with Big Data in R Website: http://r-pbd.org/
zmq.ctx.new()
zmq.ctx.destroy()
zmq.socket()
zmq.close()
library(pbdZMQ, quietly = TRUE) context <- zmq.ctx.new() zmq.ctx.destroy(context) zmq.strerror(0) zmq.ctx.destroy(context) # Error since context is free. zmq.strerror(14)
Run the code above in your browser using DataLab